home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Sunday Times: Parent Power
/
The Sunday Times - Parent Power.iso
/
pc
/
engine
/
audiomenu.swf
/
scripts
/
DefineButton2_23
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-11-04
|
267 b
|
12 lines
on(release){
var theURL = "www.audible.co.uk/naxospromotion";
if(_root.overlay_mc.audibleterms)
{
getURL("lingo:Flsh_openWebPage(\"" + theURL + "\")","");
}
else
{
_root.overlay_mc.show("audible_terms_confirm",theURL);
}
}